Expand and enhance native-multi-image test - #356
Merged
Conversation
bonachea
force-pushed
the
ci-native-alloc
branch
from
August 6, 2026 00:09
4339e1e to
08e8853
Compare
bonachea
force-pushed
the
ci-native-alloc
branch
from
August 10, 2026 20:37
5ffd0fd to
6689a0a
Compare
Member
Author
|
rebased onto main to pick up a critical CI fix |
bonachea
force-pushed
the
ci-native-alloc
branch
3 times, most recently
from
August 12, 2026 18:55
579f98e to
6fc1e06
Compare
Collaborator
|
That's quite an impressive lost of items completed. Nice job @bonachea! |
bonachea
force-pushed
the
ci-native-alloc
branch
from
August 19, 2026 03:16
3154a42 to
aab8692
Compare
Add testing of allocatable coarrays in the main program Add new HAVE_ALLOC_COARRAY_CLEANUP flag to control auto-deallocation of allocatable coarrays at scope exit Add new HAVE_ALLOC_COARRAY_DEALLOC flag to control explicit deallocation of allocatable coarrays Factor old CHECK_ALLOC macro into more generic CHECK_VALL macro Update CI settings accordingly
Add NAG stand-alone support to check for non-conforming vendor extensions, and fix a few such issues to ensure strict standards conformance. Add Gfortran stand-alone support, and a Makefile to drive both. Fix a critical barrier mismatch defect in test_module_coarray and test_save_extern_coarray Minor cosmetic cleanups
Enable HAVE_COARRAY by default, so that all multi-image features are enabled by default with HAVE_MULTI_IMAGE. Also deploy forward-looking HAVE_LOCK and HAVE_NOTIFY knobs that default to HAVE_COARRAY and control the relevant type. Adjust CI settings accordingly.
Replace/augment unchecked console output with programmatic checks
Coverage for: * THIS_IMAGE(TEAM=) * NUM_IMAGES(TEAM=) * TEAM_NUMBER(TEAM=)
Other minor cleanups
lfortran#12370 + lfortran#12371 were fixed in lfortran/lfortran#12405, merged after release 0.64
This is to allow print-native-flags.F90 to live in the app/ directory, without it being slurped in by `fpm run` as a target
This includes fixes to LLVM issues 214080 and 205953
bonachea
force-pushed
the
ci-native-alloc
branch
from
August 19, 2026 03:17
aab8692 to
b76ecdd
Compare
ktras
requested changes
Aug 19, 2026
ktras
left a comment
Collaborator
There was a problem hiding this comment.
I have suggested some minor changes, but looks great otherwise.
bonachea
commented
Aug 19, 2026
Co-authored-by: Katherine Rasmussen <krasmussen@lbl.gov>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Deploys numerous long-overdue improvements to native-multi-image test, see commit messages for individual improvements.
Highlights:
UPDATE 2026-8-10:
team_typevariable lfortran/lfortran#12538